home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / bkscren.com / BKSCREEN.DOC < prev    next >
Encoding:
Text File  |  1990-06-11  |  3.1 KB  |  81 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                        BKSCREEN
  10.                          A QuickBasic text screen generator.
  11.  
  12.                            Copyright (C) 1990  Bill Hewitt
  13.                                  All rights reserved.
  14.  
  15.  
  16.  
  17.           SHAREWARE - See the included file "(C)_1990.DOC" for complete
  18.           copyright and warranty information.
  19.  
  20.           INTRODUCTION
  21.  
  22.                BKSCREEN is a program that produces QuickBASIC code to
  23.                produce a screen display from a text file.  The screen
  24.                display file can then be merged or included in your
  25.                QuickBASIC program.
  26.  
  27.           TO BEGIN
  28.  
  29.                From the DOS prompt type:
  30.  
  31.                     BKSCREEN [infile] [outfile]   where [infile] is a
  32.                                                   screen image file created
  33.                                                   with a text editor and
  34.                                                   [outfile] is the name of
  35.                                                   the file you wish to
  36.                                                   produce.
  37.  
  38.           DEFAULTS
  39.  
  40.                If you omit either of the parameters, the program will
  41.                default to SCREEN.TXT and SCREEN.BAS for the input and
  42.                output files.  You are given a chance to change the
  43.                filenames before the program continues.
  44.  
  45.           See DEMO.TXT and DEMO.BAS for examples.
  46.  
  47.          ----------------end-of-author's-documentation---------------
  48.  
  49.                         Software Library Information:
  50.  
  51.                    This disk copy provided as a service of
  52.  
  53.                         The Public (Software) Library
  54.  
  55.          We are not the authors of this program, nor are we associated
  56.          with the author in any way other than as a distributor of the
  57.          program in accordance with the author's terms of distribution.
  58.  
  59.          Please direct shareware payments and specific questions about
  60.          this program to the author of the program, whose name appears
  61.          elsewhere in  this documentation. If you have trouble getting
  62.          in touch with the author,  we will do whatever we can to help
  63.          you with your questions. All programs have been tested and do
  64.          run.  To report problems,  please use the form that is in the
  65.          file PROBLEM.DOC on many of our disks or in other written for-
  66.          mat with screen printouts, if possible.  The P(s)L cannot de-
  67.          bug programs over the telephone.
  68.  
  69.          Disks in the P(s)L are updated monthly, so if you did not get
  70.          this disk  directly from the P(s)L,  you should be aware that
  71.          the files in this set may no  longer be the current versions.
  72.  
  73.          For a copy of the latest monthly software library newsletter
  74.          and a list of the 2,000+ disks in the library, call or write
  75.  
  76.                         The Public (Software) Library
  77.                               P.O.Box 35705
  78.                            Houston, TX 77235-5705
  79.                                (713) 524-6394
  80.  
  81.